projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd7f982
)
fix glitch in previous commit
author
Øyvind Kolås
<ok@src.gnome.org>
Thu, 31 Aug 2006 13:38:46 +0000
(13:38 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Thu, 31 Aug 2006 13:38:46 +0000
(13:38 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 389fd41a1a19091496aa7d188ab12bdbcd6d4f06..e13ff491bf071bc1201b24142d24f3457b608686 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-31,7
+31,7
@@
if HAVE_W3M
dist-check-w3m:
README: all docs/index.html
- $(W3M) -cols 72 -dump
$<
> $@
+ $(W3M) -cols 72 -dump
docs/index.html
> $@
else
dist-check-w3m:
@echo "*** w3m must be available in order to make dist"